﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;font-size: 100%;}
body,button, input, select, textarea{font-size: 14px;line-height: 1.5;font-family: Arial, 'Microsoft Yahei';}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
em{font-style:normal;}
ul, ol{list-style: none;}
input,button{background: none;border: none;outline: none;-webkit-appearance: none;}
textarea{resize: none;}
a{text-decoration: none;color:#333;}
a:hover{text-decoration: none;color:#2979d0;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
}
img{max-width: 100%;border:0px;outline-width:0px;vertical-align:top;}
.clearfix { *zoom: 1; } 
.clearfix:before, .clearfix:after {  display: table; line-height: 0; content: ""; } 
.clearfix:after { clear: both; } 
.fl { float:left;}
.fr { float:right;}
.hide { display:none;}

.clamp, .clamp1, .clamp2, .clamp3 {display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.clamp1 {-webkit-line-clamp: 1;}
.clamp2 {-webkit-line-clamp: 2;}
.clamp3 {-webkit-line-clamp: 3;}

/*右侧固定的联系客服与返回顶部*/
.return {
	width: 68px;
	height: auto;
	position: fixed;
	right:0px;
	top: calc(50vh - 136px);
	z-index: 999;
}
.return-sub{
	width: 68px;
	height: 68px;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	position: relative;
}
.return-sub p{
	margin-top: 10px;
	font-size: 12px;
	color:#404040;
}
.return-sub:first-child {
	border-radius: 6px 0 0 0;
}
.return-sub:last-child {
	border-radius: 0 0 0 6px;
}
.return-sub img{
	width: 26px;
	height: 26px;
	margin-top: 8px;
}
#backTop {
	display: none;
	line-height: 68px;
}
#backTop img {
	margin-top: 0;
	width: 36px;
	height: 36px;
}
.return-sub:hover .return-position {
	display: block;
}
.return-position {
	text-align: center;
	color: #fff;
	background: #fbb036;
	border-radius: 6px;
	position: absolute;
	display: none;
}
.return-telephone {
	width: 230px;
	height: 40px;
	line-height: 40px;
	top: 14px;
	left: -250px;
}
.return-qrcode {
	width: 150px;
	height: 150px;
	background: #09cb5f;
	top: -41px;
	left: -170px;
}
.return-position span {
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 10px solid transparent;
	border-left-color: #fbb036;
	position: absolute;
	top: calc(50% - 10px);
	right: -16px;
}

/*分页*/
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	margin: 20px 0;
}
.pagination li {margin: 0 4px;}
.pagination> li a, .pagination> li span {
	position: relative;
	padding: 6px 12px;
	line-height: 1.4;
	color: #2979d0;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination> li:first-child> a, .pagination> li:first-child> span {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination> li:last-child> a, .pagination> li:last-child> span {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination> li> a:hover, .pagination> li> span:hover, .pagination> li> a:focus, .pagination> li> span:focus {
	z-index: 2;
	background-color: #f1f1f1;
}
.pagination> .active a, .pagination> .active > span,.pagination> .active > a:hover,
.pagination> .active > span:hover, .pagination> .active > a:focus, .pagination> .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #2979d0;
	border-color: #2979d0;
	cursor: default;
}
.pagination> .disabled> span, .pagination> .disabled> span:hover,.pagination> .disabled> span:focus,
.pagination> .disabled> a, .pagination> .disabled> a:hover, .pagination> .disabled> a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}